*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Sun, 19 Nov 2000 00:29:46 +0000 (00:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 19 Nov 2000 00:29:46 +0000 (00:29 +0000)
src/ChangeLog

index 2ac749849c87e9fcc8e21a079c00bae9673ec116..cc651536d51f6429fe36a288e482f809cfc781cd 100644 (file)
@@ -1,5 +1,17 @@
 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
 
+       * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
+       (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
+       SCROLL_BAR_X_WIDGET with addtional argument DPY.
+
+       * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
+       removed.
+       (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
+       Take the X display as additional argument.
+       (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
+       `Widget' is a pointer type that's not easily stored in Lisp_Object
+       form in a portable way.
+       
        * dispnew.c (update_text_area): Fix last change.
 
 2000-11-18  Gerd Moellmann  <gerd@gnu.org>